(ibuffer-fontification-alist): Use `font-lock-constant-face' instead
authorColin Walters <walters@gnu.org>
Thu, 1 Aug 2002 01:20:59 +0000 (01:20 +0000)
committerColin Walters <walters@gnu.org>
Thu, 1 Aug 2002 01:20:59 +0000 (01:20 +0000)
of `font-lock-reference-face'.

lisp/ibuffer.el

index 058a85ce82d55144ed86e5d507f3279926b0941c..eb85fdc064ce48ad4c077bfe6c9ff43b59eed3a5 100644 (file)
@@ -133,7 +133,7 @@ elisp byte-compiler."
   :group 'ibuffer)
 
 (defcustom ibuffer-fontification-alist
-  `((10 buffer-read-only font-lock-reference-face)
+  `((10 buffer-read-only font-lock-constant-face)
     (15 (string-match "^*" (buffer-name)) font-lock-keyword-face)
     (20 (string-match "^ " (buffer-name)) font-lock-warning-face)
     (25 (memq major-mode ibuffer-help-buffer-modes) font-lock-comment-face)